Namespace Cache.Boolean

Types

Link copied to clipboard

Functions

Link copied to clipboard
@extend(before_add_value) function (instance: instance, attribute: attribute, value: boolean)
Link copied to clipboard
@extend(before_update_value) function (boolean_attribute: boolean_attribute, value: boolean)
Link copied to clipboard
@extend(before_set_value) function (instance: instance, attribute: attribute, boolean_attribute: boolean_attribute?, new_value: boolean)
Link copied to clipboard
@extend(before_remove_value) function (boolean_attribute: boolean_attribute)
Link copied to clipboard
function get_values(attribute: attribute): list<(attribute: text, value: boolean, count: integer)>
Link copied to clipboard
function handle_new_value(attribute: attribute, value: boolean)
Link copied to clipboard
function handle_old_value(boolean_attribute: boolean_attribute)